home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / apache / apache_2[1].2.2-win32-x86-no_ssl.msi / Data1.cab / _4A22893D303037E6872288B94C6FDF74 < prev    next >
Extensible Markup Language  |  2006-04-21  |  1KB  |  36 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.  Copyright 2003-2005 The Apache Software Foundation or its licensors, as
  5.  applicable.
  6.  
  7.  Licensed under the Apache License, Version 2.0 (the "License");
  8.  you may not use this file except in compliance with the License.
  9.  You may obtain a copy of the License at
  10.  
  11.      http://www.apache.org/licenses/LICENSE-2.0
  12.  
  13.  Unless required by applicable law or agreed to in writing, software
  14.  distributed under the License is distributed on an "AS IS" BASIS,
  15.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16.  See the License for the specific language governing permissions and
  17.  limitations under the License.
  18. -->
  19.  
  20. <xsl:stylesheet version="1.0"
  21.               xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  22.                   xmlns="http://www.w3.org/1999/xhtml">
  23.  
  24. <xsl:template match="manualpage">
  25.  
  26. <xsl:call-template name="section-title"/>
  27.  
  28. <xsl:apply-templates select="summary"/>
  29.  
  30. <xsl:call-template name="seealso"/>
  31.  
  32. <xsl:apply-templates select="section"/>
  33. </xsl:template>
  34.  
  35. </xsl:stylesheet>
  36.